|
|
|
|
|
BlueCielo TeamWork 2012 Configuration Guide | BlueCielo ECM Solutions |
Standard value tables are suitable for moderate to large lists that you do not want users to be able to edit. Tables may have multiple columns of data, which makes them much more useful for cascading value lists, that is, lists that only show values related to the selection of a specific value in another value list. A single table is also useful for storing multiple columns of related data that can be used as value lists for multiple properties. Table data is presented on a property page by way of a VBScript expression.
Though editable in Configurator, table data is stored outside of the TeamWork vault in an Microsoft Access or Microsoft SQL Server Compact Edition database depending on the TeamWork version and platform (32-bit or 64-bit).
To create a table:
Click Apply to save your changes.
Note If the new table is stored in SQL Server Compact Edition and you do not save your changes before adding columns, your changes will not be saved.
Note Column names cannot be the same as any Microsoft Jet reserved words.
in the upper-right corner of the page.Note After you save the table’s definition in step 10, you cannot change the columns’ order using the Configurator. You must use the native database administration tools instead. If the table is stored in Microsoft Access, you can open the table in Microsoft Access using the Open in Microsoft Access button in the lower-left corner of the page when not editing the table in Configurator. Microsoft Access must be installed on the current computer to open the file successfully. If the table is stored in SQL Server Compact Edition, you can open the table in SQL Server Management Studio.
To edit an existing table:
Note If the table is stored in Microsoft Access, you can edit the table in Microsoft Access using the Open in Microsoft Access button in the lower-left corner of the page when not editing the table in Configurator. Microsoft Access must be installed on the current computer to open the file successfully.
NEW
By default, all security roles are granted all privileges to new tables and tables that are imported to a vault’s configuration.
To restrict the security privileges for a table:
You may now create a VBScript function to retrieve data from the table, as described in the BlueCielo TeamWork VBScript API Reference.
If the table data is stored in Microsoft Access, all of the tables for the same vault are stored in an Microsoft Access database located in a subfolder of the BC-TeamWork Extensions folder on the TeamWork server. The name of the subfolder is the same as the name of the vault where it is used. The name of the database is <VaultName>$LL.MDB. For example, the database for a TeamWork vault named MyVault would be:
<Drive>:\BC-TeamWork Extensions\MyVault\MyVault$LL.MDB
|
Copyright © 2000-2012 BlueCielo ECM Solutions |